[INFO] cloning repository https://github.com/wdanilo/eval-macro
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wdanilo/eval-macro" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwdanilo%2Feval-macro", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwdanilo%2Feval-macro'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1cdfcb138c119d5738d1ce198534c9689427f890
[INFO] fixing wdanilo/eval-macro against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwdanilo%2Feval-macro" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/wdanilo/eval-macro
[INFO] finished tweaking git repo https://github.com/wdanilo/eval-macro
[INFO] tweaked toml for git repo https://github.com/wdanilo/eval-macro written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/wdanilo/eval-macro on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/wdanilo/eval-macro already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded quote v1.0.39
[INFO] [stderr]   Downloaded syn v2.0.99
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] f6ddb7f5ee759015913f1033508f6d41c4a700a26447951a1048ad0ddec13801
[INFO] running `Command { std: "docker" "start" "f6ddb7f5ee759015913f1033508f6d41c4a700a26447951a1048ad0ddec13801", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f6ddb7f5ee759015913f1033508f6d41c4a700a26447951a1048ad0ddec13801" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f6ddb7f5ee759015913f1033508f6d41c4a700a26447951a1048ad0ddec13801", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "f6ddb7f5ee759015913f1033508f6d41c4a700a26447951a1048ad0ddec13801" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling winnow v0.7.3
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]     Checking serde v1.0.218
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling crabtime-internal v1.1.4 (/opt/rustwide/workdir/macro)
[INFO] [stderr]     Checking indexmap v2.7.1
[INFO] [stderr]     Checking quote v1.0.39
[INFO] [stderr]     Checking syn v2.0.99
[INFO] [stderr]    Compiling toml_edit v0.22.24
[INFO] [stderr]    Compiling toml v0.8.20
[INFO] [stdout] warning: feature `proc_macro_span` is declared but not used
[INFO] [stdout]  --> macro/src/lib.rs:1:30
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg_attr(nightly, feature(proc_macro_span))]
[INFO] [stdout]   |                              ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `proc_macro_span` is declared but not used
[INFO] [stdout]  --> macro/src/lib.rs:1:30
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg_attr(nightly, feature(proc_macro_span))]
[INFO] [stdout]   |                              ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `proc_macro_span` is declared but not used
[INFO] [stdout]  --> macro/src/lib.rs:1:30
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![cfg_attr(nightly, feature(proc_macro_span))]
[INFO] [stdout]   |                              ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking crabtime v1.1.4 (/opt/rustwide/workdir/lib)
[INFO] [stdout] error: No 'Cargo.toml' files found in parent directories of '/opt/rustwide/lib/src/lib'.
[INFO] [stdout]    --> lib/src/lib.rs:900:9
[INFO] [stdout]     |
[INFO] [stdout] 900 |         #[crabtime::function]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 901 |         fn empty_def_compilation() {}
[INFO] [stdout] 902 |         empty_def_compilation!();
[INFO] [stdout]     |         ------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `empty_def_compilation` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: No 'Cargo.toml' files found in parent directories of '/opt/rustwide/lib/src/lib'.
[INFO] [stdout]    --> lib/src/lib.rs:926:9
[INFO] [stdout]     |
[INFO] [stdout] 926 |         #[crabtime::function]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 940 |         interpolation_before_brace!();
[INFO] [stdout]     |         ----------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `interpolation_before_brace` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon
[INFO] [stdout]    --> lib/src/lib.rs:947:9
[INFO] [stdout]     |
[INFO] [stdout] 947 |         #[crabtime::function]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 953 |             fn_in_impl!();
[INFO] [stdout]     |             ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `fn_in_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: No 'Cargo.toml' files found in parent directories of '/opt/rustwide/lib/src/lib'.
[INFO] [stdout]    --> lib/src/lib.rs:947:9
[INFO] [stdout]     |
[INFO] [stdout] 947 |         #[crabtime::function]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 953 |             fn_in_impl!();
[INFO] [stdout]     |             ------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `fn_in_impl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon
[INFO] [stdout]    --> lib/src/lib.rs:908:9
[INFO] [stdout]     |
[INFO] [stdout] 908 |         #[crabtime::function]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 917 |         super::mod_a::inter_module_macro!();
[INFO] [stdout]     |         ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `super::mod_a::inter_module_macro` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: No 'Cargo.toml' files found in parent directories of '/opt/rustwide/lib/src/lib'.
[INFO] [stdout]    --> lib/src/lib.rs:908:9
[INFO] [stdout]     |
[INFO] [stdout] 908 |         #[crabtime::function]
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 917 |         super::mod_a::inter_module_macro!();
[INFO] [stdout]     |         ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `super::mod_a::inter_module_macro` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking crabtime-test-nightly v1.0.0 (/opt/rustwide/workdir/tests/nightly)
[INFO] [stderr]     Checking crabtime-test-stable-no-std v1.0.0 (/opt/rustwide/workdir/tests/stable-no-std)
[INFO] [stderr]     Checking crabtime-test-stable v1.0.0 (/opt/rustwide/workdir/tests/stable)
[INFO] [stderr] error: could not compile `crabtime` (lib test) due to 6 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `crabtime-test-nightly` (bin "crabtime-test-nightly") due to 2 previous errors
[INFO] [stderr] error: could not compile `crabtime-test-stable` (bin "crabtime-test-stable") due to 2 previous errors
[INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon
[INFO] [stdout]   --> tests/nightly/src/main.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[crabtime::function]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 | gen_positions!(["X", "Y", "Z", "W"]);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `gen_positions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: No 'Cargo.toml' files found in parent directories of '/opt/rustwide/tests/nightly/src/main'.
[INFO] [stdout]   --> tests/nightly/src/main.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[crabtime::function]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 | gen_positions!(["X", "Y", "Z", "W"]);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `gen_positions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon
[INFO] [stdout]   --> tests/stable/src/main.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[crabtime::function]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 | gen_positions!(["X", "Y", "Z", "W"]);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `gen_positions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: No 'Cargo.toml' files found in parent directories of '/opt/rustwide/tests/stable/src/main'.
[INFO] [stdout]   --> tests/stable/src/main.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[crabtime::function]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 | gen_positions!(["X", "Y", "Z", "W"]);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `gen_positions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon
[INFO] [stdout]   --> tests/stable/src/main.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[crabtime::function]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 | gen_positions!(["X", "Y", "Z", "W"]);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `gen_positions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: No 'Cargo.toml' files found in parent directories of '/opt/rustwide/tests/stable/src/main'.
[INFO] [stdout]   --> tests/stable/src/main.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[crabtime::function]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 | gen_positions!(["X", "Y", "Z", "W"]);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `gen_positions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon
[INFO] [stdout]   --> tests/stable-no-std/src/main.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[crabtime::function]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 | gen_positions!(["X", "Y", "Z", "W"]);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `gen_positions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: No 'Cargo.toml' files found in parent directories of '/opt/rustwide/tests/stable-no-std/src/main'.
[INFO] [stdout]   --> tests/stable-no-std/src/main.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[crabtime::function]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 | gen_positions!(["X", "Y", "Z", "W"]);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `gen_positions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon
[INFO] [stdout]   --> tests/nightly/src/main.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[crabtime::function]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 | gen_positions!(["X", "Y", "Z", "W"]);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `gen_positions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: No 'Cargo.toml' files found in parent directories of '/opt/rustwide/tests/nightly/src/main'.
[INFO] [stdout]   --> tests/nightly/src/main.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[crabtime::function]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 | gen_positions!(["X", "Y", "Z", "W"]);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `gen_positions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `crabtime-test-nightly` (bin "crabtime-test-nightly" test) due to 2 previous errors
[INFO] [stderr] error: could not compile `crabtime-test-stable` (bin "crabtime-test-stable" test) due to 2 previous errors
[INFO] [stdout] error: macros that expand to items must be delimited with braces or followed by a semicolon
[INFO] [stdout]   --> tests/stable-no-std/src/main.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[crabtime::function]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 | gen_positions!(["X", "Y", "Z", "W"]);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `gen_positions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: No 'Cargo.toml' files found in parent directories of '/opt/rustwide/tests/stable-no-std/src/main'.
[INFO] [stdout]   --> tests/stable-no-std/src/main.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout]  3 | #[crabtime::function]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 15 | gen_positions!(["X", "Y", "Z", "W"]);
[INFO] [stdout]    | ------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the attribute macro `crabtime::eval_function` which comes from the expansion of the macro `gen_positions` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `crabtime-test-stable-no-std` (bin "crabtime-test-stable-no-std" test) due to 2 previous errors
[INFO] [stderr] error: could not compile `crabtime-test-stable-no-std` (bin "crabtime-test-stable-no-std") due to 2 previous errors
[INFO] running `Command { std: "docker" "inspect" "f6ddb7f5ee759015913f1033508f6d41c4a700a26447951a1048ad0ddec13801", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f6ddb7f5ee759015913f1033508f6d41c4a700a26447951a1048ad0ddec13801", kill_on_drop: false }`
[INFO] [stdout] f6ddb7f5ee759015913f1033508f6d41c4a700a26447951a1048ad0ddec13801
